Release 10.1A: OpenEdge Development:
Progress Dynamics Administration
Site Data Dump and Load utilities architecture
The Site Data Dump and Load utilities are driven by a configuration file (
dumpconfig.txt) that is stored in a.dtext (Progress dump file) format in the firstsitedatadumpdirectory found in the sessionsPROPATH. This file defines a list of dump programs, load programs, data files, and site numbers to support the dumping and loading of site-specific data. Thesitedatadumpdirectory must exist and must contain a validdumpconfig.txtfile for this tool to work.Use of these utilities follows this processing sequence:
- The dump utility (
dcusitedatadump.p) reads the configuration file to derive a list of dump programs to run and the site numbers for which data are to be dumped.Note: You can hook the dump utility into the DCU so the data is automatically dumped during the DCU upgrade process.- The dump utility runs the specified dump programs, which export the data to
.dfiles that are to be read during the later import phase.- The load utility (
dcusitedataload.p) then reads the configuration file to derive a list of load programs to run.Note: As with the dump utility, you can hook the load utility into the DCU so the data is automatically loaded during the DCU upgrade process.- The load utility runs the specified load programs to read the data dumped by the dump utility and import it back into the Repository.
The dump and load programs called by these utilities are partly user-defined procedures. These procedures must adhere to a certain standard described in the following sections. Most of the code in these programs comes from standard include files. You must add only the small pieces of information needed to specialize the dump or load program for a particular table.
Three sets of default dump and load programs have been specifically written to support dumping and loading the contents of the following framework tables:
To run the Site Dump and Load utilities interactively without the DCU, Progress Dynamics provides a utility program (
sitedatadmpload.w) that displays a simple GUI for you to invoke each dump or load utility as you require.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |